home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / multi201.zip / EX1.BAT < prev    next >
DOS Batch File  |  1993-01-22  |  813b  |  64 lines

  1. :Top
  2.  cd\fd
  3.  fd.exe
  4.  if ERRORLEVEL 100 goto IN2400
  5.  if ERRORLEVEL  99 goto IN1200
  6.  If ERRORLEVEL  40 goto MAIL
  7.  if ERRORLEVEL  39 goto LOCAL
  8.  if ERRORLEVEL  38 goto EVENTS
  9.  goto DONE
  10.  
  11. :IN2400
  12.  cd\fd
  13.  multi 1
  14.  If ERRORLEVEL 2 goto 24RA
  15.  if ERRORLEVEL 1 goto 24ROBO
  16.  goto DONE
  17.  
  18. :IN1200
  19.  cd\fd
  20.  multi 1
  21.  if ERRORLEVEL 2 goto 12RA
  22.  if ERRORLEVEL 1 goto 12ROBO
  23.  goto DONE
  24.  
  25. :24RA
  26.  cd\ra
  27.  RA -b2400
  28.  goto DONE
  29.  
  30. :24ROBO
  31.  cd\robobbs
  32.  robogr -b2400
  33.  goto DONE
  34.  
  35.  
  36. :12RA
  37.  cd\ra
  38.  RA -b1200
  39.  goto DONE
  40.  
  41. :12ROBO
  42.  cd\robobbs
  43.  robogr -b1200
  44.  
  45. :LOCAL
  46.  cd\ra
  47.  ra -l 
  48.  goto DONE
  49.  
  50. :DONE
  51.  if ERRORLEVEL 4 goto MAIL
  52.  if exist CHK_MAIL.NOW goto MAIL
  53.  goto top
  54.  
  55. :MAIL
  56.  cd\gecho
  57.  gecho toss scan
  58.  goto top
  59.  
  60. :EVENTS
  61.  cd\
  62.  echo Run events.. Eg, Tradewars External Maint
  63.  goto TOP
  64.